addObserver

open fun addObserver(@NonNull() observer: TileStoreObserver)

Adds a new observer to the TileStore instance.Note that observers will be notified of changes until they're explicitly removed again.

Parameters

observer

The observer to be added.